home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
205_01
/
capitals.doc
< prev
next >
Wrap
Text File
|
1980-01-01
|
768b
|
24 lines
-------------------------------------------------------------------------------
CAPITALS
-------------------------------------------------------------------------------
Format:
capitals [< filename]
Purpose:
CAPITALS is a text filter that capitalizes all letters in the standard input
file before placing the result on standard output.
Examples:
Capitalize an entire text source file and print it on the printer.
capitals <capitals.asm >prn
Make a list of the current environmental settings, capitalize that list, and
append the list to the file named AUTOEXEC.BAT.
set | capitals >> autoexec.bat